home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / system / c / pptype.doc < prev    next >
Text File  |  1996-09-08  |  5KB  |  109 lines

  1.  
  2.  
  3.                             PPType 1.1 User Manual
  4.  
  5.                                  Jul 6, 1991
  6.  
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.    The programs and files in this distribution are freely distributable, but
  13. are also copyright (c) Nico Franτois.  They may be freely distributed as long
  14. as no more than a nominal fee is charged to cover time and copying costs.
  15.    No commercial usage is permitted without written permission from the
  16. author.  Everything in this distribution must be kept together, in original
  17. unmodified form.
  18.  
  19.  
  20.    Coverdisks or diskmagazines need written permission of UGA to offer the
  21. Powerpacker utilities or Powerpacker/Reqtools libraries on their disk. For
  22. commercial use please read the copyright file on your original PP disk.
  23.  
  24.  
  25.    The above is generally known as freeware.
  26.  
  27.    If you have suggestions or remarks about this program, or if you find
  28. any bugs, please let me know.
  29.  
  30.    Write to the following address:
  31.  
  32.                                 Nico Franτois
  33.                                 Corbielaan 13
  34.                                 B-3060 Bertem
  35.                                 BELGIUM
  36.  
  37.  
  38. Contents
  39. ========
  40.  
  41. 1. An introduction
  42.  
  43. 2. Usage
  44.  
  45.  
  46. 1. An introduction
  47. ==================
  48.  
  49.      Hmmm, PPPrint... yeeeez, enough Ps to make soup out of !  Let's call it
  50. PPType, yeah, that's better :^D
  51.      I have never been able to figure out why I have been unable to find a
  52. simple, yet useful printing program for the Amiga.  Sure, you have all these
  53. powerful text formatters, but they are way too complicated to quickly print
  54. out something.  Almost all the other programs print by dumping everything to
  55. the printer, printing straight over paper perforation instead of sending a
  56. formfeed (euh... including PPMore :-).
  57.      Therefore I thought it was about time somebody wrote a utility to print
  58. out a file that would first of all divide the file up in pages before
  59. printing and maybe even, if at all possibe, print the filename and page
  60. number at the top of each page.  The program should get the pagelength from
  61. preferences, because not everybody has the same type of paper and the tab
  62. size should be user definable (never understood why the ANSI tab is set every
  63. whopping 8 characters, I prefer a much smaller tabsize).  Since nobody else
  64. seems to wanna write this, I decided to do it myself.  Probably needless to
  65. say PPType also loads and prints files crunched with PowerPacker :^)
  66.      If you haven't got PowerPacker you are of course missing one of the main
  67. features of this program.  PowerPacker is available as shareware (up to
  68. version 2.3b) or as a commercial program (version 4.0a).  Order a copy from
  69. UGA, P.O.Box 881, 3700 AW Zeist, The Netherlands.  The commercial version
  70. offers several enhancements like 40 to 50 times faster crunching, overlay
  71. support, an ARexx port, and much more.
  72.  
  73.  
  74. 2. Usage
  75. ========
  76.  
  77.      PPType will print a file (or files) to the printer or a file, it will
  78. decrunch files crunched with PowerPacker before printing them.  A header can
  79. be printed at the top of each page.  The tabsize is set to 8 by default, but
  80. can be changed.  The filename in the header will not include the path nor will
  81. it have the '.pp' suffix of crunched data files.
  82.      PPType will check the current preferences for pagewidth and pagelength,
  83. so check that these are correct.  Also make sure all the other printer
  84. preferences are set correctly (e.g. correct printer driver) and that the
  85. 'printer.device' and the 'parallel.device' or 'serial.device' (depending on
  86. your printer) are in DEVS:.  If you want to make use of the filerequester you
  87. should also put the 'arp.library' in LIBS:.
  88.  
  89.      PPType can be used in four different ways.
  90.  
  91. - First of all via the CLI or Shell:
  92.  
  93.      If you enter 'PPType ?' you will get a usage template.
  94. You use PPType like this:
  95.  
  96.      PPType [<opts>] [<file|dir>] [[<opts>] <file>...]
  97.  
  98.      With <opts> = [-o<out>] [-c#] [-l#] [-t#] [-a|h|p|n] 
  99.  
  100.      As you can see, PPType accepts multiple filenames on its command line,
  101. you can also use the options between two filenames.  PPType does NOT support
  102. wildcards yet :-(, these will probably be supported in the next version.
  103.      PPType can be made resident so it doesn't have to be loaded every time
  104. you use it, use the ARP ARes command or the AmigaDOS Resident command for
  105. this.  You CAN'T make PPType resident when it is crunched !!  The file is
  106. supplied as an uncrunched command file with the pure bit set.
  107.      If you omit the filename, you will be presented with either a file
  108. prompt or a filerequester (if asl.library or arp.library is available).
  109. Entering PPType with a directory instead of a file as